projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4136508
)
(Info-exit): Use bury-buffer simply.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 05:02:45 +0000
(
05:02
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 May 1997 05:02:45 +0000
(
05:02
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 0ff0741c3583b24f04a9e5e74dc059d6c1cf3813..ec21f5b9ff92fbcc8cdd2381af7d31467f6e7218 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1213,8
+1213,7
@@
N is the digit argument used to invoke this command."
(interactive)
(if Info-standalone
(save-buffers-kill-emacs)
- (switch-to-buffer (prog1 (other-buffer (current-buffer))
- (bury-buffer (current-buffer))))))
+ (bury-buffer)))
(defun Info-next-menu-item ()
(interactive)